curve fitting
Examples
MetPy Mondays `#75 - Fitting Polynomials : Unidata Developer's Blog
https://www.unidata.ucar.edu/blogs/developer/en/entry/metpy-mondays-75-fitting-polynomials
numpy polyfit
numpy polyval
MetPy Mondays `122 - Fitting Non-Linear Functions with a Linear Fit : Unidata Developer's Blog
https://www.unidata.ucar.edu/blogs/developer/entry/metpy-mondays-122-fitting-non
matplotlib logl-log plot https://matplotlib.org/api/_as_gen/matplotlib.pyplot.loglog.html
numpy polyfit
https://numpy.org/doc/stable/reference/generated/numpy.polyfit.html
numpy polyval
https://numpy.org/doc/stable/reference/generated/numpy.polyval.html